Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024
Obsoleted LIMITED_LEVENSHTEIN() by modifying calling code.

Original comment by [email protected] on 12 May 2013 at 10:45

from heurist.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024
The functions contained in this file have now been merged with 
addProceduresTriggers.sql
so new installations are automatically handled and may thus ignore 
addFunctions.sql

Existing installations must execute the following upgrade steps:
1) disable old UDFs from MySQL installation
   DROP FUNCTION LEVENSHTEIN;
   DROP FUNCTION LIMITED_LEVENSHTEIN;
   DROP FUNCTION LIPOSUCTION;
2) for each existing Heurist database, run
   USE dbname
   SOURCE addFunctions.sql

This completes the integration process of this branch.
Awaiting ok to merge now.

Original comment by [email protected] on 13 May 2013 at 12:41

from heurist.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024
Ian suggests:
> How about we rename these procedures new_xxxx and update the code to
> call the new ones, then we don't have to remove the old UDFs so that
> our existing code continues to work [...]

Original comment by [email protected] on 14 May 2013 at 1:37

from heurist.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024
NEW_ done.

Original comment by [email protected] on 14 May 2013 at 3:29

from heurist.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024
Merged into archefact-all

Original comment by [email protected] on 17 May 2013 at 3:55

  • Changed state: Merged

from heurist.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 29, 2024

Original comment by [email protected] on 21 May 2013 at 10:02

  • Changed state: Done

from heurist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.