Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
                                They can then log into the website and enjoy a personalized experience. This represents a burden on the developer, and there is the possibility for security issues to creep into the developed code.  Many websites feature the facility for the user to ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
                                Include a Connector/NET personalization provider into the system.web section in the web.config file. From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a ...
                                            
                https://dev.mysql.com/doc/internals/en/com-query-response.html
                                NULL is sent as 0xfb everything else is converted into a string and is sent as Protocol::LengthEncodedString. Image description If it is not a valid Protocol::LengthEncodedInteger it is either a ERR_Packet or a Protocol::LOCAL_INFILE_Request. Image ...
                                            
                https://dev.mysql.com/doc/internals/en/nicely-displaying-trace.html
                                An alternative can be to send the trace to a file: SELECT TRACE INTO DUMPFILE <filename> FROM INFORMATION_SCHEMA.OPTIMIZER_TRACE; Then pass this file to some JSON viewer. Use INTO DUMPFILE and not INTO OUTFILE because the latter escapes newlines. 
                                            
                https://dev.mysql.com/doc/internals/en/optimizer-index-merge-join-type.html
                                OR t_n) where each of t_i stands for a SEL_TREE object, and no pair (t_i, t_j) of distinct SEL_TREE objects can be combined into single SEL_TREE object.  7.2.2.5.1 Overview Index Merge is used when table condition can be converted to form: cond_1 OR ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-converter.html
                                fromDB(val): Convert a value val read from the database into application object format. If the user supplies a JavaScript converter, it used to read and write to the database. Converter invocations are chained in the following ways: When writing to ...
                                            
                https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
                                rapid_compression System Variable rapid_compression Scope Session Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value AUTO Valid Values ON OFF Whether to enable or disable data compression before loading data into MySQL HeatWave. By ...Most MySQL HeatWave variable settings are managed by OCI and cannot be modified ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-about-analytics.html
                                Manually loading data into MySQL HeatWave involves preparing tables on the DB System and executing load statements. For MySQL HeatWave on AWS, load data into MySQL HeatWave using the MySQL HeatWave Console. Data loaded into MySQL HeatWave, including ... When a MySQL HeatWave Cluster is enabled, queries that meet certain prerequisites are automatically offloaded from the DB System to the MySQL HeatWave Cluster for accelerated ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-about-auto-parallel-load.html
                                Auto Parallel Load then automatically loads these tables into MySQL HeatWave. Therefore, within 24 hours of the first query that accesses a table, Auto Parallel Load automatically loads the table into MySQL HeatWave if there is sufficient memory. 
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-exclude-table-columns.html
                                 Before loading a table into MySQL HeatWave, exclude the columns with unsupported data types. Excluding Table Columns The NOT SECONDARY column attribute prevents a column from being loaded into MySQL HeatWave when executing a table load operation.